home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / dev / misc / FlexCat_Src.lha / TODO < prev   
Text File  |  2002-02-14  |  3KB  |  91 lines

  1.  
  2.  
  3. used %: bvlnidxc
  4. mine %: a - string id in byte form 
  5.         t - string len (long aligned) in byte form bajty - oba przenieôê do %n[xdo]!
  6.         z - usupelnienie stringa zerami do dlugosci t
  7.  
  8.  TODO
  9.  --------
  10.  
  11.   * add SAS/C support. I mainly mean using SAS messager. Would be handy a lot.
  12.  
  13.   * add trailing elipses check (...) in #?.cd and #?.ct (as CatComp does)
  14.  
  15.     WARNING: original string for token '%s' had a trailing ellipsis (...)
  16.              file '%s' line %lu
  17.  
  18.   * seems FlexCat read "\n\Polska wersja" but wrote "\npolska wersja"?
  19.  
  20.   * On 29-Wrz-97, Jorg-Cyril Hohle wrote:
  21.  
  22.     I already reported a problem with reading large (e.g. bit 31 set, also
  23.     locale prototype says ULONG is accepted) string_ids with FlexCat
  24.     earlier today (not translated).  As FlexCat reports identical ids for
  25.     every such large number I guess it uses atol() and gets 0 :-(
  26.  
  27.     I thought I could work around the bug by using hexadecimal numbers
  28.     introduced by $ as mentioned in CatComp.doc.  However it turns out
  29.     that FlexCat does not recognize $, only 0x is recognized since 1.9:
  30.     franc,ais.cd, Zeile 11; Warnung: Erwartete MinLen (Zeichen '/').
  31.     I recommend parsing $ for compatibility with CatComp.
  32.  
  33.   * From    "Vit Sindlar" <sindlarv@hotmail.com>
  34.  
  35.     In the end I'd like to make a suggestion to improve
  36.     FlexCat tool. After updating an old .ct file by a new
  37.     one (which is great function itself) would be handy
  38.     to have even changed strings marked (just like these
  39.     newly added).
  40.  
  41.   * zaktualizowaê listë tîumaczy w dokumentacji
  42.  
  43.   * CTINFO - generuje w #?.ct informacje   ; ID: %ld   MIN: %ld  MAX: %ld
  44.              lub w formie graficznej:
  45.  
  46.     ID_XXX
  47.  
  48.     ;    |      |
  49.     ;   MIN    MAX
  50.  
  51.  
  52. ------------------------------------------------------------
  53.  
  54. Kai Norhausen   Kn@tribal.line.org
  55.  
  56. Hi!
  57.  
  58. Here are some suggestions/bugs in flexcat 1.9
  59.  
  60. SUGG:  User defineable way to describe non-ascii chars like CR LF BEEP
  61.        NULL etc. to make flexcat more programming-language
  62.        independent. (e.g. '0A'x in Arexx) [yeah, I'm mad enough to
  63.        localise my ARexx scripts ;-) ]
  64.  
  65. NICE:  I wrote a little script file to create catalogs/sources more
  66.        easyly. Add it or delete it :)))
  67.  
  68.  
  69. ------------------------------------------------------------
  70.  
  71. On 07-Jun-97, Marcin Orlowski wrote:
  72.  
  73. >>        Here is the first one B). I'm not joking, I'm sending you
  74. >>        updated serbian translation of XPK.
  75.  
  76. >Thanks.
  77.  
  78.         It was nothing...
  79.  
  80. >>        Also I have found a bug in $TODAY routine: for example
  81. >>        it's 18:59:30 now (date 6.6.97) and FlexCat puts the
  82. >>        date in the catalog to be *7.6.97*. Could you please
  83. >>        check it.
  84.  
  85. >Hopefuly it's a minor bug. That may be happen by using gmtime()
  86. >in the FlexCat for that. What offset from GMT do you have set?
  87.  
  88.         The offset is -1.
  89.  
  90. DMX says: Replacing gmtime() with localtime() fixed it, hopefully :)
  91.